|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
Child |
createCharacters(char[] value,
int start,
int len)
Creates a parentless data child item. |
Child |
createCharacters(java.lang.String value)
Creates a parentless data child item. |
Child |
createComment(char[] value,
int start,
int len)
|
Child |
createComment(java.lang.String value)
|
Document |
createDocument()
Creates a document without a document element or base URI. |
Document |
createDocument(java.net.URI base)
Creates a document without a document element with the specified base URI. |
DocumentEnd |
createDocumentEnd()
Creates a document end event. |
Element |
createElement(Name name)
Creates a parentless element. |
ElementEnd |
createElementEnd(Element startElement)
Creates an element end event. |
ElementEnd |
createElementEnd(Name name)
Creates an element end event. |
Child |
createProcessingInstruction(Name name,
char[] value,
int start,
int len)
|
Child |
createProcessingInstruction(Name name,
java.lang.String value)
|
Infoset |
getInfoset()
|
Method Detail |
public Infoset getInfoset()
public Element createElement(Name name) throws XMLException
name
- The name of the element to create.
XMLException
public ElementEnd createElementEnd(Name name) throws XMLException
name
- The name of end element.
XMLException
public ElementEnd createElementEnd(Element startElement) throws XMLException
startElement
- The element with the same name as the name of end element.
XMLException
public Document createDocument(java.net.URI base) throws XMLException
base
- The base URI (e.g. location) of the document to create.
XMLException
public Document createDocument() throws XMLException
XMLException
public DocumentEnd createDocumentEnd() throws XMLException
XMLException
public Child createCharacters(java.lang.String value) throws XMLException
value
- The value for the data item.
XMLException
public Child createCharacters(char[] value, int start, int len) throws XMLException
value
- The value for the data item.
XMLException
public Child createProcessingInstruction(Name name, java.lang.String value) throws XMLException
XMLException
public Child createProcessingInstruction(Name name, char[] value, int start, int len) throws XMLException
XMLException
public Child createComment(java.lang.String value) throws XMLException
XMLException
public Child createComment(char[] value, int start, int len) throws XMLException
XMLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |