Searched refs:getNotationName (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jaxp/src/javax/xml/stream/events/
H A DEntityDeclaration.java63 String getNotationName(); method in interface:EntityDeclaration
/openjdk7/jaxp/src/org/w3c/dom/
H A DEntity.java92 public String getNotationName(); method in interface:Entity
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DEntityDeclarationImpl.java80 public String getNotationName() { method in class:EntityDeclarationImpl
/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/
H A DEntityDeclarationImpl.java106 public String getNotationName() { method in class:EntityDeclarationImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DEntityImpl.java235 public String getNotationName() { method in class:EntityImpl
242 } // getNotationName():String
H A DCoreDocumentImpl.java1656 newentity.setNotationName(srcentity.getNotationName());
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMResultBuilder.java161 newEntity.setNotationName(oldEntity.getNotationName());
H A DDOMValidatorHelper.java228 return (entity.getNotationName() != null);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DDOMHelper.java1138 String notationName = entity.getNotationName();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java1434 String notationName = entity.getNotationName();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSAXImpl.java1892 String notationName = entity.getNotationName();

Completed in 52 milliseconds