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