| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xml.external.serialize |
| Modifier and Type | Method and Description |
|---|---|
protected ElementState |
BaseMarkupSerializer.content()
Must be called by a method about to print any type of content.
|
protected ElementState |
TextSerializer.content() |
protected ElementState |
BaseMarkupSerializer.enterElementState(String namespaceURI,
String localName,
String rawName,
boolean preserveSpace)
Enter a new element state for the specified element.
|
protected ElementState |
BaseMarkupSerializer.getElementState()
Return the state of the current element.
|
protected ElementState |
BaseMarkupSerializer.leaveElementState()
Leave the current element state and return to the
state of the parent element.
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.