|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ElementName | |
| net.xineo.xml.handler | |
| net.xineo.xml.handler.tree | |
| net.xineo.xml.util | |
| Uses of ElementName in net.xineo.xml.handler |
| Methods in net.xineo.xml.handler that return ElementName | |
ElementName |
ObjectHandlerAdapter.getHandledElement()
Returns the handled element name. |
| Methods in net.xineo.xml.handler with parameters of type ElementName | |
protected ObjectHandler |
VirtualHandler.findHandlerByElementName(ElementName elementName)
|
boolean |
RootHandler.handlesElement(ElementName elementName)
|
void |
RootHandler.startElement(ElementName elementName,
org.xml.sax.Attributes attributes)
|
void |
RootHandler.endElement(ElementName elementName,
java.lang.String characters)
|
boolean |
ObjectHandlerInterface.handlesElement(ElementName elementName)
Must return true if and only if this handler is able to handle elements designed by the given name. |
void |
ObjectHandlerInterface.startElement(ElementName elementName,
org.xml.sax.Attributes attributes)
This method is called when an element which is not handled by a sub-handler starts. |
void |
ObjectHandlerInterface.endElement(ElementName elementName,
java.lang.String characters)
This method is called when an element which is not handled by a sub-handler ends. |
boolean |
ObjectHandlerAdapter.handlesElement(ElementName elementName)
|
void |
ObjectHandlerAdapter.startElement(ElementName elementName,
org.xml.sax.Attributes attributes)
|
void |
ObjectHandlerAdapter.endElement(ElementName elementName,
java.lang.String characters)
|
protected ObjectHandler |
ObjectHandler.findHandlerByElementName(ElementName elementName)
For internal use |
ObjectHandler |
HandlerFactory.createHandler(ElementName elementName)
|
| Constructors in net.xineo.xml.handler with parameters of type ElementName | |
VirtualHandler(ElementName handledElementName,
java.lang.Class handlerClass)
Creates a new virtual handler given the handled element name and the class of the associated object handler. |
|
VirtualHandler(ElementName handledElementName,
HandlerFactory handlerFactory)
Creates a new virtual handler given the handled element name and the class of the associated object handler. |
|
ObjectHandlerAdapter(ElementName handledElementName)
Creates an object handler adapter which will handle an element given by its name. |
|
| Uses of ElementName in net.xineo.xml.handler.tree |
| Fields in net.xineo.xml.handler.tree declared as ElementName | |
static ElementName |
Schema.ELEMENT_NAME_TREE
|
static ElementName |
Schema.ELEMENT_NAME_HANDLER
|
static ElementName |
Schema.ELEMENT_NAME_ADAPTER
|
static ElementName |
Schema.ELEMENT_NAME_REF
|
| Uses of ElementName in net.xineo.xml.util |
| Fields in net.xineo.xml.util declared as ElementName | |
static ElementName |
ElementName.WILDCARD
This specific instance will match any alement name. |
| Methods in net.xineo.xml.util that return ElementName | |
ElementName |
ElementNameStack.pop()
Removes the element name on top of the stack, and returns it. |
ElementName |
ElementNameStack.peek()
Returns the element on top of the stack without removing it. |
ElementName |
ElementNameStack.peek(int offset)
Returns an element given by its depth in the stack starting from the top, without removing it. |
static ElementName |
ElementName.parseString(java.lang.String elementName)
Creates an element name, parsing a string that may contain a simple element name or a name containing a namespace in a XML format. |
| Methods in net.xineo.xml.util with parameters of type ElementName | |
void |
XMLOutput.startElement(ElementName name,
org.xml.sax.Attributes attributes,
boolean empty)
|
void |
XMLOutput.endElement(ElementName name)
|
void |
ElementNameStack.push(ElementName elementName)
Adds an element name on top of the stack. |
void |
StreamOutput.startElement(ElementName name,
org.xml.sax.Attributes attributes,
boolean empty)
|
void |
StreamOutput.endElement(ElementName name)
|
boolean |
ElementName.matches(ElementName elementName)
Checks if this element name matches another element name. |
void |
DOMOutput.startElement(ElementName name,
org.xml.sax.Attributes attributes,
boolean empty)
|
void |
DOMOutput.endElement(ElementName name)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||