public class Element<ResourceType,Datatype> extends Object
| Type | Property and Description |
|---|---|
boolean |
isAutoDetectedAsLiteral
Gets the value of the property autoDetectedAsLiteralProperty.
|
| Modifier and Type | Field and Description |
|---|---|
CompositeId |
compositeId |
ArrayList<Element<ResourceType,Datatype>> |
hasChild |
StringBuilder |
hasValue |
ArrayList<Object> |
mixedContent |
Element<ResourceType,Datatype> |
parent |
ArrayList<Property> |
properties |
StringBuilder |
tempMixedContentString |
String |
type |
String |
uri |
boolean |
useElementAsPredicate |
| Constructor and Description |
|---|
Element(no.acando.xmltordf.AdvancedSaxHandler<ResourceType,Datatype> handler,
Builder.Advanced<ResourceType,Datatype,? extends Builder.Advanced> builder) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDelayedTripleCreation(Element element) |
void |
appendValue(char[] ch,
int start,
int length) |
Builder.Advanced<ResourceType,Datatype,? extends Builder.Advanced> |
getBuilder() |
no.acando.xmltordf.AdvancedSaxHandler<ResourceType,Datatype> |
getHandler() |
String |
getHasValue() |
long |
getIndex() |
boolean |
isAutoDetectedAsLiteralProperty()
Gets the value of the property autoDetectedAsLiteralProperty.
|
boolean |
isShallow() |
public boolean isAutoDetectedAsLiteralProperty
public String type
public String uri
public Element<ResourceType,Datatype> parent
public StringBuilder hasValue
public ArrayList<Element<ResourceType,Datatype>> hasChild
public StringBuilder tempMixedContentString
public boolean useElementAsPredicate
public CompositeId compositeId
public Element(no.acando.xmltordf.AdvancedSaxHandler<ResourceType,Datatype> handler, Builder.Advanced<ResourceType,Datatype,? extends Builder.Advanced> builder)
public void appendValue(char[] ch,
int start,
int length)
public String getHasValue()
public long getIndex()
public boolean isShallow()
public boolean isAutoDetectedAsLiteralProperty()
public void addDelayedTripleCreation(Element element)
public no.acando.xmltordf.AdvancedSaxHandler<ResourceType,Datatype> getHandler()
public Builder.Advanced<ResourceType,Datatype,? extends Builder.Advanced> getBuilder()
Copyright © 2016. All rights reserved.