|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLResource | |
org.mindswap.xmlparser.xml | |
org.mindswap.xmlparser.xml.util |
Uses of XMLResource in org.mindswap.xmlparser.xml |
Subclasses of XMLResource in org.mindswap.xmlparser.xml | |
class |
XMLComplexType
|
class |
XMLElement
Title: |
class |
XMLEnumeration
Title: |
class |
XMLImport
Title: |
class |
XMLPrimitive
Title: |
class |
XMLRestriction
|
class |
XMLSchema
|
class |
XMLSequence
|
class |
XMLSimpleType
|
Methods in org.mindswap.xmlparser.xml that return XMLResource | |
XMLResource |
XMLSchema.getVariableByName(java.lang.String n)
|
Methods in org.mindswap.xmlparser.xml with parameters of type XMLResource | |
void |
XMLRestriction.addElement(XMLResource r)
|
Uses of XMLResource in org.mindswap.xmlparser.xml.util |
Methods in org.mindswap.xmlparser.xml.util that return XMLResource | |
XMLResource |
XMLResourceList.elementAt(int index)
Returns the element at the specified index. |
XMLResource |
XMLResourceList.getResourceByName(java.lang.String name)
Search through the list and return the resource with the specified name. |
XMLResource |
XMLResourceList.getResourceByFriendlyName(java.lang.String name)
Search through the list and return the resource with the specified friendly name. |
Methods in org.mindswap.xmlparser.xml.util with parameters of type XMLResource | |
void |
XMLResourceList.addElement(XMLResource res)
Adds the parameter to the list if it has not already been added. |
void |
XMLResourceList.remove(XMLResource res)
Removes the element from the list if it is in the list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |