public class XMLChunk extends Object
XMLChunkIterator
Constructor and Description |
---|
XMLChunk(boolean start,
List<QName> xpath,
String chunk,
XMLChunk parent) |
XMLChunk(boolean start,
List<QName> xpath,
XMLChunk parent) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getChunk() |
XMLChunk |
getParent() |
QName |
getStartElement()
Gets the start element of the chunk.
|
List<QName> |
getXpath()
Gets the xpath as QName instances.
|
protected String |
getXPathSimple()
Gets the xpath as simple element string, without namespaces.
|
protected String |
getXPathWithNamespaces()
Gets the xpath as string with namespaces.
|
int |
hashCode() |
boolean |
hasParent() |
boolean |
isStart() |
String |
toString() |
public QName getStartElement()
protected String getXPathSimple()
protected String getXPathWithNamespaces()
public boolean isStart()
public String getChunk()
public XMLChunk getParent()
public boolean hasParent()
Copyright © 2004–2018 52north.org. All rights reserved.