JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.mdiutil.xml.tree.schema
Interface XSDObject
All Known Implementing Classes:
AbstractXSDObject
,
XSDAttribute
,
XSDComplexType
,
XSDElement
,
XSDElementCell
,
XSDSimpleType
,
XSDSimpleType.Numeric
public interface
XSDObject
Represrnts any Schema object.
Since:
1.3.9
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
String
getName
()
Return the name local part.
QName
getQName
()
Return the qualified name.
Method Detail
getQName
QName
getQName()
Return the qualified name.
Returns:
the qualified name
getName
String
getName()
Return the name local part.
Returns:
the name local part
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method